home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / pvm34b3.zip / pvm34b3 / pvm3 / libfpvm / pvmfsetctx.m4 < prev    next >
Text File  |  1997-07-22  |  231b  |  14 lines

  1.  
  2. /* $Id: pvmfsetctx.m4,v 1.2 1997/05/13 17:59:02 pvmsrc Exp $ */
  3.  
  4. #include "pvm3.h"
  5. #include "pvm_consts.h"
  6.  
  7. void
  8. FUNCTION(pvmfsetcontext) ARGS(`new_ctx, old_ctx')
  9. int *new_ctx, *old_ctx;
  10. {
  11.     *old_ctx = pvm_setcontext(*new_ctx);
  12. }
  13.  
  14.